Class symantec.itools.db.beans.binding.editors.BindingWizardDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.editors.BindingWizardDialog

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Frame
                                   |
                                   +----EmbeddedFrame
                                           |
                                           +----WEmbeddedFrame
                                                   |
                                                   +----BasePluginWindow
                                                           |
                                                           +----BasePluginDialog
                                                                   |
                                                                   +----PluginDialog
                                                                           |
                                                                           +----symantec.itools.db.beans.binding.editors.BindingWizardDialog

public class BindingWizardDialog
extends PluginDialog
implements WizardListener

Version:
1.0 10/23/98
Author:
Hristo Tonev

Constructor Index

 o symantec.itools.db.beans.binding.editors.BindingWizardDialog(String, boolean, VisualObject)
Create a modal/modeless dialog with the given title

Method Index

 o invokeHelp()
This method is called by the the framework when online help is requested by the user, usually by pressing F1 key.
 o setVisible(boolean)
Shows or hides this component depending on the value of parameter b.
 o wizardCanceled(WizardEvent)
 o wizardFinishRequested(WizardEvent)
 o wizardFinishedSuccessfully(WizardEvent)
 o wizardTitleChanged(WizardEvent)

Constructors

 o BindingWizardDialog
public BindingWizardDialog(String title,
                           boolean modal,
                           VisualObject vo)
Create a modal/modeless dialog with the given title

Parameters:
modal - true for modal and false for modeless dialog box
title - The title on the frame
vo - The selected VisualObject on the project

Methods

 o invokeHelp
protected boolean invokeHelp()
This method is called by the the framework when online help is requested by the user, usually by pressing F1 key. The default behaviour returns false, meaning no help is available. This method will not get called if a help id is already specified by calling setHelpId. When this method is called, you can bring up help by calling methods in VisualCafe class.

Returns:
true if help is opened and false otherwise.
Overrides:
invokeHelp in class PluginDialog
See Also:
setHelpId, invokeHelp
 o setVisible
public void setVisible(boolean b)
Shows or hides this component depending on the value of parameter b.

Parameters:
b - If true, shows this component; otherwise, hides this component.
Overrides:
setVisible in class BasePluginWindow
Since:
JDK1.1
See Also:
isVisible
 o wizardCanceled
public void wizardCanceled(WizardEvent evt)
 o wizardFinishRequested
public void wizardFinishRequested(WizardEvent evt)
 o wizardFinishedSuccessfully
public void wizardFinishedSuccessfully(WizardEvent evt)
 o wizardTitleChanged
public void wizardTitleChanged(WizardEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index